翻訳と辞書
Words near each other
・ Forillon National Park
・ Forillonaria
・ Forino
・ Forino, Macedonia
・ Forio
・ Foris Vineyards Winery
・ Forish District
・ Forisome
・ Foristell, Missouri
・ Forjan
・ Forjando un Ídolo
・ Forjães
・ Fork
・ Fork (chess)
・ Fork (disambiguation)
Fork (file system)
・ Fork (software development)
・ Fork (system call)
・ Fork and Spoon Records
・ Fork bomb
・ Fork Church
・ Fork Creek Wildlife Management Area
・ Fork end
・ Fork Factory Brook
・ Fork head domain
・ Fork in the Road
・ Fork in the road
・ Fork in the road (metaphor)
・ Fork Junction, West Virginia
・ Fork Lake, Alberta


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Fork (file system) : ウィキペディア英語版
Fork (file system)
In a computer file system, a fork is a set of data associated with a file system object. File systems without forks only allow a single such set of data for the contents, while file systems with forks allow multiple such contents. Every non-empty file must have at least one fork, often of default type, and depending on the file system, a file may have one or more other associated forks, which in turn may contain primary data integral to the file, or just metadata. Unlike ''extended attributes'', a similar file system feature which is typically of fixed size, forks can be of variable size, possibly even larger than the file's primary data fork. The size of a file is the sum of the sizes of each fork. Forks are also known as streams, since they are of variable size (unlike fixed size metadata), but this differs from .
==Alternatives==
On file systems without forks, one may instead use multiple separate files that are associated with each other, particularly sidecar files for metadata. However, the connection between these files is not automatically preserved by the file system, and must instead be handled by each program that works on files. Another alternative is a container file, which stores additional data within a given file format, or an archive file, which allows storing several files and metadata within a file (within a single fork). This requires that programs process the container file or archive file, rather than the file system handling forks. These alternatives require additional work by programs using the data, but benefit from portability to file systems that do not support forks.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Fork (file system)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.